RSC Payload
React Server Components Payload
React Flight的なやつ?
この辺、用語の扱いが雑すぎてよくわからん
https://nextjs.org/docs/app/building-your-application/caching#full-route-cache:~:text=What%20is%20the%20React%20Server%20Component%20Payload%3F
React Server Component Payloadとは何ですか?
React Server Component Payloadは、レンダリングされたReact Server Component Treeのコンパクトなバイナリ表現です。
これは、クライアント側のReactがブラウザのDOMを更新するために使用されます。
React Server Component Payloadには以下が含まれます:
Server Componentのレンダリング結果
Client Componentがレンダリングされる場所のplaceholderと、そのJavaScriptファイルへの参照
Server CpomonetからClient Componentに渡されるprops
https://nextjs.org/docs/app/building-your-application/rendering/server-components
React renders Server Components into a special data format, optimized for streaming, called the React Server Component Payload.
Server Componentを、RSC Payloadという形式でrenderingする
https://zenn.dev/frontendflat/articles/nextjs-rscpayload-composition
https://speakerdeck.com/mugi_uno/serialize